* sound.c (Fplay_sound_internal): Remove cast to unsigned long.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jun 2011 06:49:00 +0000 (23:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jun 2011 06:49:00 +0000 (23:49 -0700)
commit4e16565fe4c5d32e9c8a713f40ef5b9d6fe5a112
tree619f80999c7957705589a826f95ffe2c040b39b3
parent2f73d9f5ea4b171dc707f777dbf5f90a8005828d
* sound.c (Fplay_sound_internal): Remove cast to unsigned long.

It's more likely to cause problems (due to unsigned overflow)
than to cure them.
src/ChangeLog
src/sound.c